home *** CD-ROM | disk | FTP | other *** search
- /*****************************************
- * ENTERPRISE CSS *
- *****************************************/
-
- body
- {
- background-color: #FFFFFF;
- color: #000000;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-style: normal;
- font-weight: normal;
- background-repeat: no-repeat;
- background-attachment: fixed;
- margin-left: 34px;
- cursor: auto;
- }
-
- p
- {
- clear: right;
- }
-
- span.guimenuitem
- {
- font-weight: bold;
- }
-
- /*==========================================
- / LIST ELEMENTS (items, titles, intro's) /
- ==========================================*/
-
- .highlights li, .toc li
- {
- color: #0000FF;
- }
-
- ul
- {
- margin-top: 24px;
- }
-
- ul li
- {
- margin-left: -22px;
- }
-
- ol li
- {
- margin-left: -16px;
- }
-
- ul li p, ol li p, .toc dl dt, ul li
- {
- margin-top: 12px;
- margin-bottom: 12px;
- }
-
-
- .itemizedlist p.title
- {
- color: #000000;
- font-weight: normal;
- /* position: relative;
- top: -4px; */
- }
-
- .procedure .title
- {
- color: #000000;
- font-weight: bold;
- }
-
- .steplistitem_cont
- {
- position: relative;
- top: -6px;
- bottom: -2px;
- }
-
- /*==========================================
- / HEADING & INTRO PARA'S /
- ==========================================*/
-
- h1, h2, h3, h4, h5, h6
- {
- color: #0000FF;
- font-size: 12px;
- text-align: left;
- text-indent: none;
- margin-left: 0px;
- }
-
- h5, h6
- {
- color: #000000;
- font-size: 12px;
- text-align: left;
- text-indent: none;
- margin-left: 0px;
- }
-
- h2.subtitle
- {
- color: #0000FF;
- font-size: 12px;
- text-align: left;
- text-indent: none;
- margin-left: 0px;
- margin-top: -12px;
- margin-bottom: 16px;
- }
-
- div.toc p, div.highlights div
- {
- margin-bottom: -8px;
- }
-
- div.figure p.title, div.grid p.title, div.rowline p.title, div.gridwide p.title
- {
- color: #000000;
- font-size: 12px;
- font-weight: normal;
- margin-bottom: 11px;
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
- text-align: left
- }
-
- div.moreinfo p.title
- {
- color: #0000FF;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-weight: bold;
- margin-left: 0px;
- margin-right: 5px;
- margin-top: 33px;
- margin-bottom: 5px;
- text-align: left;
- text-indent: 0px;
- }
-
- p.ref
- {
- margin-left: 0px;
- margin-right: 5px;
- margin-top: 0px;
- margin-bottom: 0.5em;
- text-align: left;
- text-indent: 0px;
- white-space: normal;
- line-height: 12pt;
- }
-
- div.section div.itemizedlist p.title
- {
- margin-bottom: -10px;
- }
-
- div.section div.figure p.title
- {
- margin-top: 18px;
- }
-
- div.figure p
- {
- margin-bottom: 11px ! important;
- }
-
- /*==========================================
- / TABLES /
- ==========================================*/
-
-
- table
- {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- }
-
- .noline table
- {
- margin-left: 0px;
- bottom: 14px;
- }
-
- div.informaltable table, div.section div.procedure div.noline table
- {
- font-size: 12px;
- margin-left: -14px;
- margin-bottom: 8px;
- }
-
- div.section div.noline table, div.section div.rowline table
- {
- margin-top: 20px;
- }
-
- div.noline table td p
- {
- margin-left: 0px;
- }
-
- td.empty
- {
- font-size:1px;
- color:#000000;
-
- }
-
- td p
- {
- margin-top: 5px;
- margin-bottom: 5px;
- }
-
- thead p
- {
- font-weight: bold;
- }
-
- td
- {
- padding-bottom: 0px;
- }
-
- /*==========================================
- / NOTES & WARNINGS /
- ==========================================*/
-
- .note b, .warning b
- {
- float: left;
- margin-left: 0px;
- }
-
- /*
- .note p, .warning p
- {
- position: relative;
- clear: right;
- }
- */
-
- /*==========================================
- / Document Defaults /
- ==========================================*/
-
- a:active, a:hover, a:link, a:visited
- {
- color: #0000FF;
- text-decoration: underline;
- }
-
- /*
- a:hover
- {
- color: #0000FF;
- text-decoration: underline;
- }
-
- a:link
- {
- color: #0000FF;
- text-decoration: underline;
- }
-
- a:visited
- {
- color: #0000FF;
- text-decoration: underline;
- }
- */